SGPause
A sequence grabber component can suspend or restart a record or preview operation by calling theSGPause
function.
pascal ComponentResult SGPause (SeqGrabComponent s, Byte pause);
s
- Identifies the sequence grabber component that has connected to your channel component.
pause
- Instructs your component to suspend or restart the current operation. The following values are valid:
seqGrabUnpause
- Restart the current operation.
seqGrabPause
Pause the current operation.DESCRIPTION
The sequence grabber component supplies a constant value in thepaused
parameter that instructs your component to pause or restart the current operation.SPECIAL CONSIDERATIONS
Your component should not release any system resources or temporary memory associated with the current operation--you should be ready to restart the operation immediately.RESULT CODES
File Manager errors
deviceCantMeetRequest -9408 Device cannot support grabber
Memory Manager errors
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help